home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: news.sprintlink.net!mv!usenet
- From: ENGR@GSSI.MV.COM (Michael Furman)
- Subject: Re: pointer to 2 dim array
- Message-ID: <Dnv24o.F2B@mv.mv.com>
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- Organization: GSSI
- Date: Wed, 6 Mar 1996 19:29:12 GMT
- References: <313B3317.3CD9@gold.interlog.com>
- X-Newsreader: WinVN 0.99.7
- X-Nntp-Posting-Host: gssi.mv.com
-
- In article <313B3317.3CD9@gold.interlog.com>, markg@gold.interlog.com
- says...
- >
- >How can I create a dynamic 2 dimesional array
- >and be able to be store and retrieve from it?
-
- int (x *) [100] = new int[200][100];
-
- >
- >Thanks.
- >--
-
- --
- <<< If you received it by E-mail: it is a copy of post to the newsgroup
- >>>
- ---------------------------------------------------------------
- Michael Furman, (603)893-1109
- Geophysical Survey Systems, Inc. fax:(603)889-3984
- 13 Klein Drive - P.O. Box 97 engr@gssi.mv.com
- North Salem, NH 03073-0097 71543.1334@compuserve.com
- ---------------------------------------------------------------
-
-